From: Richard M. Stallman Date: Thu, 6 Jan 1994 11:44:29 +0000 (+0000) Subject: (change-log-name): On MSDOS, use changelo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~93593 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5675b1e4f7788d2d8be6df5f7add5aec579179f2;p=emacs.git (change-log-name): On MSDOS, use changelo. --- diff --git a/lisp/add-log.el b/lisp/add-log.el index acb789bb52a..9c54caa84ce 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -53,7 +53,7 @@ an `@' character, followed by the value returned by `system-name'.") (if (eq system-type 'vax-vms) "$CHANGE_LOG$.TXT" (if (eq system-type 'ms-dos) - "change.log" + "changelo" "ChangeLog")))) ;;;###autoload